home *** CD-ROM | disk | FTP | other *** search
/ Sound Studio / Sound Studio(ARI)(1995).iso / ariwin / image2.me < prev    next >
Text File  |  1995-04-14  |  1KB  |  22 lines

  1. This is the Image2 example from *Advanced Windows Programming* by Martin
  2. Heller, published by John Wiley and Sons. It is copyrighted material. You
  3. may use this program but you may not sell it. You may repost the program
  4. only in its original ZIP file with my authentication.
  5.  
  6. One of the purposes of this example is to teach debugging. There are
  7. several known bugs in the program for this reason. They are:
  8. 1) The only TIFF class that will always read correctly is Class P
  9. 2) EGA PCX files will not display correctly
  10. 3) Color adjustment and gray scale operations on large 24-bit images may
  11.     sometimes cause segment violations. You can avoid these problems by
  12.     reducing 24-bit images to 8-bit palettized images.
  13.  
  14. If you like this program, you'll like *Advanced Windows Programming*. If
  15. something about the program drives you crazy, you can get the source and
  16. full documentation by buying the book/disk set of *Advanced Windows
  17. Programming*--and then you'll be able to modify the program to your own
  18. liking.
  19.  
  20. -- Martin Heller
  21. March, 1992
  22.